home *** CD-ROM | disk | FTP | other *** search
/ Hours of Fun & Entertainment 14 / Hours of fun & entertainment 14 (Media Products)(1994).iso / unwarp.bat < prev   
DOS Batch File  |  1994-05-18  |  399b  |  23 lines

  1. @echo off
  2. if "%1"=="" GOTO fail
  3. If "%1"=="C:" goto OK2
  4. If "%1"=="c:" goto OK2
  5. If "%1"=="D:" goto OK2
  6. If "%1"=="d:" goto OK2
  7. goto fail
  8. :OK2
  9. copy \install\*.* %1\
  10. %1
  11. cd\
  12. arj x cdesse.arj
  13. attrib arj.exe r+
  14. attrib cdesse.arj r+
  15. del cdesse.arj
  16. del arj.exe
  17. CD \SHEZ
  18. shezcfg
  19. goto exit
  20. :fail
  21. echo You should type UNWARP C: or D: to copy the neccesary files to your
  22. echo harddisk.
  23. :exit